Release 10.1A: OpenEdge Development:
ADM Reference
removeLink
Procedure that removes a specific link between two objects.
Location: smart.p Parameters:INPUT phSource AS HANDLESource procedure handle.
INPUT pcLink AS CHARACTERLink type name.
INPUT phTarget AS HANDLELink target object handle.
Notes:
- This procedure both removes the handles of both Source and Target from the appropriate SmartObject properties (see addLink) and also does an UNSUBSCRIBE for each named event associated with the link.
Examples:- All SmartObject links are removed when an object is destroyed. This procedure could be used in application code to remove a specific link based on application requirements.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |